var
{stats}
Calculate variance
geom_histogram
{GGPLOT2}
Generates a histogram
max
{base}
Get maximum of a vector
ggplot
{GGPLOT2}
Create a ggplot graph
hist
{graphics}
Plot a simple histogram
labs
{GGPLOT2}
Customise labels in GGPLOT2
scale_x_continuous
{GGPLOT2}
Customise continuous x axis
min
{base}
Get minimum of a vector
theme_classic
{GGPLOT2}
A minimalistic theme with no gridlines
seq
{base}
Create a sequence
summary
{base}
Obtain summary statistics or detailed regression output
sum
{base}
Get sum of numeric values or a vector
median
{stats}
Get median of a vector
sd
{stats}
Get standard deviation of a vector
boxplot
{graphics}
Plot a simple box plot
aes
{GGPLOT2}
Construct aesthetic mapping of a ggplot graph
range
{base}
Return range of values
The end!